home *** CD-ROM | disk | FTP | other *** search
/ Sony Ericsson PC Suite K510 / PC Suite.iso / Install / USB-Driver / zebrceb.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2006-02-01  |  7.0 KB  |  178 lines

  1. ;*****************************************************************************
  2. ;
  3. ; zebrceb.inf   -- Install the Sony Ericsson Cable Emulation Bus
  4. ;
  5. ; Copyright (c) 2005 by MCCI 
  6. ;
  7. ; MCCI is a registered trademark of Moore Computer Consultants, Inc.
  8. ;
  9. ; NOTICE: This software is licensed, not sold.  Any modification of this
  10. ; inf file to change the reference to an operating system or to change the
  11. ; reference to a device is not permitted unless authorized in writing by
  12. ; Moore Computer Consultants, Inc..
  13. ;
  14. ;*****************************************************************************
  15.  
  16. [version]
  17. signature="$CHICAGO$"
  18. Class=System
  19. ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
  20. Provider=%Provider%
  21. DriverVer=12/07/2005, 4.30.0.2700
  22. ;CatalogFile=zebrceb.cat
  23.  
  24. ;-----------------------------------------------------------------------------
  25. ; Install class (for NT and Win95)
  26. ;-----------------------------------------------------------------------------
  27. [ClassInstall32]
  28. AddReg=SEMCClassReg
  29.  
  30. [SEMCClassReg]
  31. HKR,,,0,"SEMC Cable Emulation Bus"
  32. HKR,,Icon,,-5
  33.  
  34. ;-----------------------------------------------------------------------------
  35. ; Specify target paths...
  36. ;-----------------------------------------------------------------------------
  37. [DestinationDirs]
  38. DefaultDestDir                  = 11                    ; LDID_SYS
  39. SEMCWdm.W95.CopyFiles       = 11                    ; LDID_SYS
  40. SEMCWdm.NT.CopyFiles        = 12                    ; system32\drivers
  41. PropPages.CopyFiles             = 11                    ; system
  42.  
  43. ;-----------------------------------------------------------------------------
  44. ; Specify the install disks.  A bit unwieldy during development.
  45. ;-----------------------------------------------------------------------------
  46. [SourceDisksNames]
  47. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  48. 1=%DiskString%,"zebrceb.sys",,
  49.  
  50. [SourceDisksFiles]
  51. ; filename = diskid[, [subdir] [, size]]
  52. zebrceb.sys = 1
  53. zebrwh95.sys = 1
  54. zebrwhnt.sys = 1
  55.  
  56. ;-----------------------------------------------------------------------------
  57. ; Table of Contents:  manufacturer, then devices.
  58. ;-----------------------------------------------------------------------------
  59. [Manufacturer]
  60. %SEMC%=MCCI
  61.  
  62. ;-----------------------------------------------------------------------------
  63. ; The devices
  64. ;-----------------------------------------------------------------------------
  65. [MCCI]
  66. %SEMC.CableBus.Desc% = SEMCWdm.Install, {3A4687C6-2342-48fb-A5B3-632BAA20734B}
  67.  
  68. ;-----------------------------------------------------------------------------
  69. ; How to install them:  On W9x, the [section] name is used directly.
  70. ; On NT, the system first tries [section.NT], then [section].
  71. ;-----------------------------------------------------------------------------
  72.  
  73. ;-----------------------------------------------------------------------------
  74. ; Diagnostics Files CopyFiles List Section
  75. ;-----------------------------------------------------------------------------
  76. [SEMC.CopyFiles]
  77.  
  78. ;-----------------------------------------------------------------------------
  79. ; XXX when we have a property page DLL, add it to the following section.
  80. ;-----------------------------------------------------------------------------
  81. [PropPages.CopyFiles]
  82.  
  83. ;-----------------------------------------------------------------------------
  84. ;       How to install the WDM driver on W95/W98
  85. ;-----------------------------------------------------------------------------
  86. [SEMCWdm.Install]
  87. DriverVer=12/07/2005, 4.30.0.2700
  88. CopyFiles       = SEMCWdm.W95.CopyFiles, SEMC.CopyFiles, PropPages.CopyFiles
  89. AddReg          = SEMCWdm.AddReg, SEMCWdm.W95.AddReg
  90.  
  91. ;-----------------------------------------------------------------------------
  92. ;       How to install the WDM driver on NT
  93. ;-----------------------------------------------------------------------------
  94. [SEMCWdm.Install.NT]
  95. DriverVer=12/07/2005, 4.30.0.2700
  96. CopyFiles       = SEMCWdm.NT.CopyFiles
  97. AddReg          = SEMCWdm.AddReg, SEMCWdm.NT.AddReg
  98.  
  99. ;-----------------------------------------------------------------------------
  100. ;       How to start the WDM driver on NT
  101. ;-----------------------------------------------------------------------------
  102. [SEMCWdm.Install.NT.Services]
  103. AddService      = zebrceb, 2, SEMCWdm.AddService
  104.  
  105. [SEMCWdm.AddService]
  106. DisplayName             = %SEMC.Service.Desc%
  107. ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
  108. StartType               = 3     ; SERVICE_DEMAND_START
  109. ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
  110. ServiceBinary           = %12%\zebrceb.sys
  111. LoadOrderGroup          = Base
  112.  
  113. ;-----------------------------------------------------------------------------
  114. ;       WDM registry entries (all platforms)
  115. ;-----------------------------------------------------------------------------
  116. [SEMCWdm.AddReg]
  117.  
  118.  
  119. ;-----------------------------------------------------------------------------
  120. ;       WDM registry entries (W95/98) (including how to start the driver)
  121. ;-----------------------------------------------------------------------------
  122. [SEMCWdm.W95.AddReg]
  123. HKR,,DevLoader,,*ntkern
  124. HKR,,NTMPDriver,,zebrceb.sys
  125.  
  126. ;-----------------------------------------------------------------------------
  127. ;       WDM registry entries (NT only)
  128. ;-----------------------------------------------------------------------------
  129. [SEMCWdm.NT.AddReg]
  130.  
  131. ;-----------------------------------------------------------------------------
  132. ;       The WDM copy list for Win95 -- different because things go in
  133. ;       different places.  Also, we probably need to rename drivers 
  134. ;       during the install.
  135. ;-----------------------------------------------------------------------------
  136. [SEMCWdm.W95.CopyFiles]
  137. zebrceb.sys
  138. zebrwh.sys,zebrwh95.sys
  139. zebrwh95.sys
  140. zebrwhnt.sys
  141.  
  142. ;-----------------------------------------------------------------------------
  143. ;       The WDM copy list for NT -- different because things go in
  144. ;       different places.
  145. ;-----------------------------------------------------------------------------
  146. [SEMCWdm.NT.CopyFiles]
  147. zebrceb.sys
  148. zebrwh.sys,zebrwhnt.sys
  149. zebrwhnt.sys
  150.  
  151.  
  152. ;****************************************************************************
  153. ; Localizable Strings
  154. ;****************************************************************************
  155. [strings]
  156.  
  157. ;BEGIN ENG - US English Strings
  158. Provider = "Sony Ericsson Mobile Communications AB"
  159. SEMC = "Sony Ericsson Mobile Communications AB"
  160. DiskString = "Sony Ericsson Cable Emulation Bus Installation Disk"
  161.  
  162. SEMC.CableBus.Desc = "Sony Ericsson Cable Emulation Bus"
  163. SEMC.Service.Desc = "Sony Ericsson Cable Emulation Bus (WDM)"
  164.  
  165. CustomerDataPath = "Sony Ericsson"
  166. DriverSet = "Sony Ericsson Software"
  167. UninstallFile = "ZEBRUninstall.exe"
  168. McciOptions = "Uninstallable PreInstallDevice"
  169.  
  170.  
  171. ;END ENG - US English Strings
  172.  
  173. ;-----------------------------------------------------------------------------
  174. ; Following are symbolic constants which don't change per locale.
  175. ;-----------------------------------------------------------------------------
  176.  
  177. ;*** end of file ***
  178.